Continue work on R2L paragraphs in GUI sessions.
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Apr 2010 09:46:44 +0000 (12:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Apr 2010 09:46:44 +0000 (12:46 +0300)
commit452a6c1d2add336cd6fe9a788623fcbcf77d9cfe
tree3aec6c287a8312bc263b54b2da630293098fc8c7
parente3f13764a8f89ad069accff49470b414305dcac0
Continue work on R2L paragraphs in GUI sessions.

 xdisp.c (set_cursor_from_row): Don't be fooled by truncated
 rows: don't treat them as having zero-width characters.  Improve
 comments.
 (extend_face_to_end_of_line): Use window_box_width to compute the
 width of the stretch glyph, to account for margins.  If this is
 the last glyph row, use DEFAULT_FACE_ID, to avoid painting the
 rest of the window with the region face.
src/ChangeLog
src/xdisp.c